home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -serious- / wb / textloader / rexx / sendtopagestreamgfx.rexx < prev    next >
OS/2 REXX Batch file  |  1999-07-12  |  190b  |  11 lines

  1. /* $VER: SendImage.rexx 1.0 for PStream3/4 © by Jochen Grus (10.06.99) */
  2.  
  3. OPTIONS RESULTS
  4. ADDRESS "PAGESTREAM"
  5. FILE="'ram:0.gfx'"
  6.   'placegraphic FILE ram:0.gfx FILTER UNIVERSAL'
  7.  
  8. return
  9.  
  10.  
  11.